Updating App Attributes with the API
Using this API you can update app attributes and send those updates to the cloud for TIBCO Flogo®.
To update app attributes you need the App ID — ID of the app to be accessed, which can be retrieved using the GET /v1/dp/apps method.
- Procedure
Use the PUT /v1/dp/apps/{appId} method to update the attributes of an existing app and push the changes. Include the attributes you want to change in the model. Attributes include name, description, endpoint visibility, deployment stage, and tags. This does not generate any artifacts, such as JSON, zip, or EAR files.
Use the GET /v1/dp/apps/{appId} method to view the app details and confirm your changes.
Include one or more of the query parameters to filter the results. Click the API Documentation button on your Data Plane for more information.